imagesDir = ../levelsImgs/
moveToDir_l = ../levelsImgs/temp/
saveInDir = ../bubblesImgs/
moveToDir_b = ../bubblesImgs/temp/
saveBubblePrefix = bubble_
saveErrorPrefix = error_
saveResults = results.txt

%physical distance and degrees between markers
mask_mm = 11.5
deg_from_zero = 0.2
mm_from_zero = 0.7
tolerance = 0.029

%threshold for long horizontal lines
th_h = 150

%threshold for short vertical lines
th_v = 0.07

%thickness of markers threshold
th_vv = 15

%rotate image by degrees
rotAngle = 30

%gaussian -- 6 for blue and 4 for yellow
gauss = 6

%canny -- 0.4 for blue and 0.2 for yellow
canny = 0.4

%active contour nr of cycles
acCycles = 350
